home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10487 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: newsserver.trl.OZ.AU!brahma!kjenkin
  2. From: kjenkin@brahma.trl.OZ.AU (Karen Jenkin)
  3. Newsgroups: comp.graphics.misc,comp.lang.c
  4. Subject: Turbo C Graphics Import/Export Help
  5. Date: 18 Mar 1996 06:08:52 GMT
  6. Organization: Telecom Research Laboratories, Melbourne, Australia.
  7. Message-ID: <4iiulk$rj9@newsserver.trl.OZ.AU>
  8. NNTP-Posting-Host: brahma.trl.oz.au
  9. Summary: Help for Turbo C Graphics Import/Export
  10. Keywords: Turbo C Graphics
  11.  
  12. Hi Peoples,
  13.  
  14. I have written code to generate some graphics screens in Turbo C 2.0 (DOS).
  15. However, I now wish to export those screens (prob. through the structure from
  16. getimage()) to a BMP or PCX format so I can "touch them up" using an external
  17. graphics tool, and then be able to import them back into my Turbo C code
  18. (prob through reading into the same structure for putimage()).
  19.  
  20. I have scoured the SimTel site and had a brief look at the bmp2bgi.zip,
  21. bmp2imc.zip and sprgen10.zip files, but they seem to convert only from an
  22. external format INTO BGI - I can't seem to find any software that will
  23. convert my BGI format into BMP/PCX (I don't particularly want to start
  24. my screens from scratch again!!). Perhaps I overlooked the more generic
  25. graphics conversion/library files that would be able to do this??
  26.  
  27. Oh, I have also been using a SVGA driver and intend on using 256 colours;
  28. this seems to not be supported with the previously mentioned conversion
  29. routines. 
  30.  
  31. Please email me privately with any info/advice you may have:
  32.  
  33.     k.jenkin@trl.telstra.com.au
  34.  
  35.  
  36. Thanks in advance,
  37. Karen
  38.  
  39.